This concludes our simple function tutorial. We have just barely
covered some of the capabilities of user-functions. Topics we have
not covered, that you may wish to experiment with are:
- Passing functions as arguments to other functions.
- Using list variables to get the effect of variable length
argument lists.
- Using list variables, and user-functions to build your own
``objects''.